SPECS: mtpaint.spec - files fix, cosmetics
qboosh
qboosh at pld-linux.org
Fri Apr 14 19:03:24 CEST 2006
Author: qboosh Date: Fri Apr 14 17:03:23 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- files fix, cosmetics
---- Files affected:
SPECS:
mtpaint.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/mtpaint.spec
diff -u SPECS/mtpaint.spec:1.2 SPECS/mtpaint.spec:1.3
--- SPECS/mtpaint.spec:1.2 Sun Apr 9 17:13:42 2006
+++ SPECS/mtpaint.spec Fri Apr 14 19:03:18 2006
@@ -1,5 +1,4 @@
# $Revision$, $Date$
-#
Summary: A simple painting program
Summary(pl): Prosty program graficzny
Name: mtpaint
@@ -7,7 +6,7 @@
Release: 1
License: GPL v2
Group: X11/Applications/Graphics
-Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0: http://dl.sourceforge.net/mtpaint/%{name}-%{version}.tar.bz2
# Source0-md5: 8582e791cf781d2f6ba85460823da247
Source1: %{name}.desktop
URL: http://mtpaint.sourceforge.net/
@@ -25,23 +24,20 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-A simple GTK paint program.
+A simple GTK+ paint program.
%description -l pl
-Prosty program graficzny oparty na bibliotece GTK.
-
+Prosty program graficzny oparty na bibliotece GTK+.
%prep
%setup -q
-
%build
%configure man pod intl
echo 'LDFLAG += %{rpmldflags}' >> _conf.txt
echo 'CFLAG += %{rpmcflags}' >> _conf.txt
%{__make}
-
%install
rm -rf $RPM_BUILD_ROOT
@@ -55,7 +51,6 @@
%find_lang %{name}
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -64,7 +59,6 @@
umask 022
update-mime-database %{_datadir}/mime ||:
-
%postun
%update-desktop-database-postun
if [ $1 = 0 ]; then
@@ -77,17 +71,19 @@
%defattr(644,root,root,755)
%doc NEWS README
%attr(755,root,root) %{_bindir}/*
-%{_mandir}/*
+%{_mandir}/*/*
%{_desktopdir}/*
%{_pixmapsdir}/*
-
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/04/14 17:03:18 qboosh
+- files fix, cosmetics
+
Revision 1.2 2006/04/09 15:13:42 japhy
- Updated .desktop to set MIME types
- Update desktop and MIME databases, R: accordingly
@@ -96,5 +92,3 @@
Revision 1.1 2006/04/09 13:17:25 japhy
- New spec file.
-
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mtpaint.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list