packages: astyle/astyle.spec - updated to 1.24 - removed files from astyle ...

dirdival dirdival at pld-linux.org
Sat Jan 30 11:00:06 CET 2010


Author: dirdival                     Date: Sat Jan 30 10:00:06 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.24
- removed files from astyle dir, the same files are in docdir
- fixed build dir

---- Files affected:
packages/astyle:
   astyle.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/astyle/astyle.spec
diff -u packages/astyle/astyle.spec:1.13 packages/astyle/astyle.spec:1.14
--- packages/astyle/astyle.spec:1.13	Mon Mar 16 01:17:52 2009
+++ packages/astyle/astyle.spec	Sat Jan 30 11:00:01 2010
@@ -2,12 +2,12 @@
 Summary:	Automatic Indentation Filter
 Summary(pl.UTF-8):	Automatyczny filtr wcięć
 Name:		astyle
-Version:	1.23
+Version:	1.24
 Release:	1
 License:	GPL v2
 Group:		Development/Tools
 Source0:	http://dl.sourceforge.net/astyle/%{name}_%{version}_linux.tar.gz
-# Source0-md5:	92945aa2831cb14e38da5e1b8665657e
+# Source0-md5:	27cdb10523de59825d1228ac55b2c7c8
 URL:		http://astyle.sourceforge.net/
 BuildRequires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,23 +24,26 @@
 %setup -q -n %{name}
 
 %build
-%{__make} -C buildgcc \
+%{__make} -C build/gcc \
 	CXX="%{__cxx}" \
 	CPPFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C buildgcc install \
+%{__make} -C build/gcc install \
 	INSTALL=install \
 	prefix=$RPM_BUILD_ROOT%{_prefix}
 
+# this files are in docdir
+rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/{*.html,*.css}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.html
+%doc doc/*.html doc/*.css
 %attr(755,root,root) %{_bindir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -49,6 +52,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2010/01/30 10:00:01  dirdival
+- updated to 1.24
+- removed files from astyle dir, the same files are in docdir
+- fixed build dir
+
 Revision 1.13  2009/03/16 00:17:52  charles
 - updated to 1.23
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/astyle/astyle.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list