Author: qboosh Date: Thu Nov 11 08:30:52 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.8.0 - removed obsolete build_fixes patch (project switched to autotools, at last)
---- Files affected: packages/libinklevel: libinklevel.spec (1.21 -> 1.22) , libinklevel-build_fixes.patch (1.11 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/libinklevel/libinklevel.spec diff -u packages/libinklevel/libinklevel.spec:1.21 packages/libinklevel/libinklevel.spec:1.22 --- packages/libinklevel/libinklevel.spec:1.21 Mon Aug 25 21:18:08 2008 +++ packages/libinklevel/libinklevel.spec Thu Nov 11 09:30:47 2010 @@ -2,13 +2,12 @@ Summary: Library for checking ink level of a printer Summary(pl.UTF-8): Biblioteka do sprawdzania poziomu atramentu drukarki Name: libinklevel -Version: 0.7.3 +Version: 0.8.0 Release: 1 License: GPL Group: Libraries -Source0: http://dl.sourceforge.net/libinklevel/%{name}-%{version}.tar.gz -# Source0-md5: c7ccefec29d1d218d1aae240f6044fe1 -Patch0: %{name}-build_fixes.patch +Source0: http://downloads.sourceforge.net/libinklevel/%{name}-%{version}.tar.gz +# Source0-md5: 83464cb23fe46a1d1adbe10f08b247be URL: http://libinklevel.sourceforge.net/ BuildRequires: libieee1284-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -27,33 +26,42 @@ http://libinklevel.sourceforge.net/index.html#supported %package devel -Summary: Header files for libinklevel -Summary(pl.UTF-8): Pliki nagłówkowe dla libinklevel +Summary: Header file for libinklevel +Summary(pl.UTF-8): Plik nagłówkowy biblioteki libinklevel Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: libieee1284-devel %description devel -Header files for libinklevel. +Header file for libinklevel. %description devel -l pl.UTF-8 -Pliki nagłówkowe dla libinklevel. +Plik nagłówkowy biblioteki libinklevel. + +%package static +Summary: Static libinklevel library +Summary(pl.UTF-8): Statyczna biblioteka libinklevel +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static libinklevel library. + +%description static -l pl.UTF-8 +Statyczna biblioteka libinklevel. %prep %setup -q -%patch0 -p1 %build -%{__make} \ - CC="%{__cc}" \ - OPTFLAGS="%{rpmcflags}" +%configure +%{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - PREFIX=%{_prefix} \ - LIBDIR=%{_libdir} + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -63,21 +71,30 @@ %files %defattr(644,root,root,755) -%doc AUTHORS CHANGELOG README -%attr(755,root,root) %{_libdir}/libinklevel.so.*.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libinklevel.so.4 +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/libinklevel.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libinklevel.so.5 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libinklevel.so +%{_libdir}/libinklevel.la %{_includedir}/inklevel.h +%files static +%defattr(644,root,root,755) +%{_libdir}/libinklevel.a + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2010/11/11 08:30:47 qboosh +- updated to 0.8.0 +- removed obsolete build_fixes patch (project switched to autotools, at last) + Revision 1.21 2008/08/25 19:18:08 qboosh - updated to 0.7.3 - updated build_fixes patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libinklevel/libinklevel.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
