packages: ink/ink.spec, ink/ink-build_fixes.patch (REMOVED) - updated to 0....

qboosh qboosh at pld-linux.org
Thu Nov 11 09:38:15 CET 2010


Author: qboosh                       Date: Thu Nov 11 08:38:15 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.5.1
- removed obsolete build_fixes patch (project switched to autotools)

---- Files affected:
packages/ink:
   ink.spec (1.8 -> 1.9) , ink-build_fixes.patch (1.3 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/ink/ink.spec
diff -u packages/ink/ink.spec:1.8 packages/ink/ink.spec:1.9
--- packages/ink/ink.spec:1.8	Fri Jun  1 22:20:09 2007
+++ packages/ink/ink.spec	Thu Nov 11 09:38:10 2010
@@ -2,13 +2,12 @@
 Summary:	Tool for checking ink level of a printer
 Summary(pl.UTF-8):	Narzędzie sprawdzające poziom atramentu w drukarce
 Name:		ink
-Version:	0.4.1
+Version:	0.5.1
 Release:	1
 License:	GPL
 Group:		Applications
-Source0:	http://dl.sourceforge.net/ink/%{name}-%{version}.tar.gz
-# Source0-md5:	7234ef5ab8982417c6443767dd0f46cd
-Patch0:		%{name}-build_fixes.patch
+Source0:	http://downloads.sourceforge.net/ink/%{name}-%{version}.tar.gz
+# Source0-md5:	df09c4a1a404dd37ffff80ce2491ab6d
 URL:		http://ink.sourceforge.net/
 BuildRequires:	libinklevel-devel >= 0.7.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -17,16 +16,15 @@
 Ink is a CLI tool for checking the ink level of a printer.
 
 %description -l pl.UTF-8
-Ink jest narzędziem CLI do sprawdzania poziomu atramentu w drukarce.
+Ink jest działającym z linii poleceń narzędziem do sprawdzania poziomu
+atramentu w drukarce.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%{__make} \
-	CC="%{__cc}" \
-	OPTFLAGS="%{rpmcflags}"
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,7 +38,8 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/ink
+%{_mandir}/man1/ink.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -48,6 +47,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2010/11/11 08:38:10  qboosh
+- updated to 0.5.1
+- removed obsolete build_fixes patch (project switched to autotools)
+
 Revision 1.8  2007/06/01 20:20:09  qboosh
 - updated to 0.4.1
 - updated build_fixes patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ink/ink.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list