From 4876ce57a52b4d0f2823baa2a85acca21ccb7ab3 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 17 2013 14:23:27 +0000 Subject: import libspectre-0.2.7-2.el7.src.rpm --- diff --git a/.libspectre.metadata b/.libspectre.metadata new file mode 100644 index 0000000..833f2a4 --- /dev/null +++ b/.libspectre.metadata @@ -0,0 +1 @@ +a7efd97b82b84ff1bb7a0d88c7e35ad10cc84ea8 SOURCES/libspectre-0.2.7.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/libspectre.spec b/SPECS/libspectre.spec new file mode 100644 index 0000000..c4bc327 --- /dev/null +++ b/SPECS/libspectre.spec @@ -0,0 +1,119 @@ +Name: libspectre +Version: 0.2.7 +Release: 2%{?dist} +Summary: A library for rendering PostScript(TM) documents + +Group: System Environment/Libraries +License: GPLv2+ +URL: http://libspectre.freedesktop.org +Source0: http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz + +BuildRequires: ghostscript-devel >= 8.61 + +%description +%{name} is a small library for rendering PostScript(TM) documents. +It provides a convenient easy to use API for handling and rendering +PostScript documents. + + +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%setup -q + + +%build +%configure --disable-static +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root,-) +%doc COPYING AUTHORS NEWS README TODO +%{_libdir}/libspectre.so.1* + +%files devel +%defattr(-,root,root,-) +%{_includedir}/libspectre/ +%{_libdir}/libspectre.so +%{_libdir}/pkgconfig/libspectre.pc + + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Sep 19 2012 Marek Kasik - 0.2.7-1 +- Update to 0.2.7 + +* Thu Jul 19 2012 Fedora Release Engineering - 0.2.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.2.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.2.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Sep 29 2010 jkeating - 0.2.6-3 +- Rebuilt for gcc bug 634757 + +* Sat Sep 25 2010 Rex Dieter - 0.2.6-2 +- rebuild (ghostscript) +- %%files: track sonames (and friends) closer + +* Sat Jun 12 2010 Matthias Clasen - 0.2.6-1 +- Update to 0.2.6 + +* Wed Mar 3 2010 Matthias Clasen - 0.2.4-1 +- Update to 0.2.4 +- See http://mail.gnome.org/archives/gnome-announce-list/2010-February/msg00059.html + +* Fri Jan 8 2010 Marek Kasik - 0.2.3-4 +- Correct release number + +* Fri Jan 8 2010 Marek Kasik - 0.2.3-1 +- Update to 0.2.3 + +* Sat Jul 25 2009 Fedora Release Engineering - 0.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Dec 3 2008 Matthias Clasen - 0.2.2-1 +- Update to 0.2.2 + +* Sun Aug 10 2008 Matthias Clasen - 0.2.1-1 +- Update to 0.2.1 + +* Sat Feb 9 2008 Matthias Clasen - 0.2.0-2 +- Rebuild for gcc 4.3 + +* Tue Jan 29 2008 Matthias Clasen - 0.2.0-1 +- Initial packaging