SPECS: kde4-automoc.spec (NEW) - initial

rotom rotom at pld-linux.org
Sat May 24 12:41:47 CEST 2008


Author: rotom                        Date: Sat May 24 10:41:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   kde4-automoc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kde4-automoc.spec
diff -u /dev/null SPECS/kde4-automoc.spec:1.1
--- /dev/null	Sat May 24 12:41:47 2008
+++ SPECS/kde4-automoc.spec	Sat May 24 12:41:41 2008
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+%define		orgname	automoc
+Summary:	automoc
+Summary(pl.UTF-8):	automoc
+Name:		kde4-automoc
+Version:	0.0.811226
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	%{orgname}-%{version}.tar.bz2
+# Source0-md5:	ad6209138f9c80438c464c8922bd80ec
+URL:		http://
+BuildRequires:	cmake
+BuildRequires:	rpmbuild(macros) >= 1.293
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+automoc.
+
+%description -l pl.UTF-8
+automoc.
+
+%prep
+%setup -q -n %{orgname}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-DQT_QMAKE_EXECUTABLE=%{_bindir}/qmake-qt4 \
+	..
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/automoc4
+%dir %{_libdir}/automoc4
+%{_libdir}/automoc4/Automoc4Config.cmake
+%{_libdir}/automoc4/automoc4.files.in
+
+%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.1  2008-05-24 10:41:41  rotom
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list