Do not use macro for installation 2.0alpha-wayland
authorAnas Nashif <anas.nashif@intel.com>
Wed, 30 May 2012 21:43:35 +0000 (22:43 +0100)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 30 May 2012 21:45:22 +0000 (22:45 +0100)
Change-Id: Iaf19502586d7409770aecb81e912c9457c920bb1

packaging/flex.changes
packaging/flex.spec

index a4c93f8..9984948 100644 (file)
@@ -1,2 +1,13 @@
-* Wed Aug 10 2011 Junfeng Dong <junfeng.dong@intel.com> - 2.5.35
-- clean.
+* Wed May 30 2012 Anas Nashif <anas.nashif@intel.com> 30489d0
+- Do not use macro for installation
+[ Ryan Ware ]
+- Add default Smack manifest for flex.spec
+
+* Wed May 30 2012 Anas Nashif <anas.nashif@intel.com> 2bb52a0
+- Do not use macro for installation
+
+* Mon May 21 2012 Kim Kibum <kb0929.kim@samsung.com> 2ae147a
+- Upload Tizen:Base source
+[ Hyesook Choi ]
+- Initial empty repository
+
index 4b667e3..884be3a 100644 (file)
@@ -1,7 +1,3 @@
-#
-# Please submit bugfixes or comments via http://bugs.meego.com/
-#
-
 Name:           flex
 Version:        2.5.35
 Release:        2
@@ -10,7 +6,7 @@ Summary:        A tool for creating scanners (text pattern recognizers)
 Url:            http://flex.sourceforge.net/
 Group:          Development/Tools
 Source:         http://prdownloads.sourceforge.net/flex/flex-%{version}.tar.bz2
-Source1001: packaging/flex.manifest 
+Source1001:     flex.manifest 
 Patch0:         flex-2.5.35-sign.patch
 # borrowed from fc12
 Patch1:         flex-2.5.35-hardening.patch
@@ -45,33 +41,21 @@ cp %{SOURCE1001} .
 make %{?_smp_mflags}
 
 %install
-%make_install
+make install DESTDIR=%{buildroot}
 rm -f %{buildroot}/%{_infodir}/*
 
 ( cd %{buildroot}
   ln -sf flex .%{_bindir}/lex
   ln -sf flex .%{_bindir}/flex++
-  ln -s flex.1 .%{_mandir}/man1/lex.1
-  ln -s flex.1 .%{_mandir}/man1/flex++.1
   ln -s libfl.a .%{_libdir}/libl.a
 )
 
-%check
-%if0
-echo ============TESTING===============
-make check
-echo ============END TESTING===========
-%endif
-
-%clean
-rm -rf %{buildroot}
+%remove_docs
 
 %files 
 %manifest flex.manifest
-%defattr(-,root,root)
 %doc COPYING
 %{_bindir}/*
-%doc %{_mandir}/man1/*
 %{_libdir}/*.a
 %{_includedir}/FlexLexer.h