SPECS: cssed.spec - up to 0.4.0 (0.3.0 has serious problems with d...
twittner
twittner at pld-linux.org
Fri Nov 25 21:11:45 CET 2005
Author: twittner Date: Fri Nov 25 20:11:45 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.4.0 (0.3.0 has serious problems with displaying fonts)
- dropped -pango.patch (included in sources)
- added %%{__autoheader} (it uses config.h.in)
- removeded pkgconfig/cssed.pc from %files - not installed during make install
---- Files affected:
SPECS:
cssed.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/cssed.spec
diff -u SPECS/cssed.spec:1.13 SPECS/cssed.spec:1.14
--- SPECS/cssed.spec:1.13 Tue Aug 16 18:52:07 2005
+++ SPECS/cssed.spec Fri Nov 25 21:11:38 2005
@@ -2,14 +2,13 @@
Summary: CSS editor for web developers
Summary(pl): Edytor CSS dla programistów stron
Name: cssed
-Version: 0.3.0
-Release: 2
+Version: 0.4.0
+Release: 1
Group: Development/Tools
License: GPL
Source0: http://dl.sourceforge.net/cssed/%{name}-%{version}.tar.gz
-# Source0-md5: 667632e3c5f7f3493a2d98cc47470209
+# Source0-md5: ff7c818d1f819b7d76b4f714be64e08e
Source1: %{name}.desktop
-Patch0: %{name}-pango.patch
URL: http://cssed.sourceforge.net
BuildRequires: autoconf
BuildRequires: automake
@@ -34,11 +33,11 @@
%prep
%setup -q
-%patch0 -p1
%build
%{__aclocal}
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure
%{__make} \
@@ -65,7 +64,6 @@
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/cssed
%{_datadir}/%{name}
-%{_pkgconfigdir}/*.pc
%{_pixmapsdir}/%{name}-icon.png
%{_desktopdir}/%{name}.desktop
%{_mandir}/man?/*
@@ -76,6 +74,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2005/11/25 20:11:38 twittner
+- up to 0.4.0 (0.3.0 has serious problems with displaying fonts)
+- dropped -pango.patch (included in sources)
+- added %%{__autoheader} (it uses config.h.in)
+- removeded pkgconfig/cssed.pc from %files - not installed during make install
+
Revision 1.13 2005/08/16 16:52:07 paladine
- added pango patch
- rel. 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cssed.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list