[pitivi] Remove the pitivi.spec file



commit 3ab1026817e0b10dcb41669acf6b9a663beeea73
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Thu Nov 29 20:03:09 2012 -0500

    Remove the pitivi.spec file
    
    This file has not been updated in six years, is awkward to maintain and was
    certainly not used by RPM packagers: they have much better spec files already.

 .gitignore     |    1 -
 Makefile.am    |    2 -
 configure.ac   |    1 -
 pitivi.spec.in |   59 --------------------------------------------------------
 4 files changed, 0 insertions(+), 63 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e91906d..5aca7d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,7 +23,6 @@ ltmain.sh
 m4
 missing
 mkinstalldirs
-pitivi.spec
 py-compile
 stamp-h.in
 pitivi.desktop
diff --git a/Makefile.am b/Makefile.am
index 8ede19d..170a1fb 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,6 @@ mime_DATA = pitivi.xml
 man_MANS = docs/pitivi.1
 
 EXTRA_DIST = \
-	pitivi.spec \
-	pitivi.spec.in \
 	ChangeLog \
 	NEWS \
 	AUTHORS \
diff --git a/configure.ac b/configure.ac
index 6b49eb4..d15f307 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,6 @@ pitivi/dialogs/Makefile
 pitivi/undo/Makefile
 pitivi/utils/Makefile
 pitivi/timeline/Makefile
-pitivi.spec
 po/Makefile.in
 tests/Makefile
 data/Makefile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]