1.4.4, remove non-free dot files

This commit is contained in:
Tom Callaway 2014-06-06 17:43:10 -04:00
parent fcc50c9835
commit 6b9f626b63
5 changed files with 21 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ scribus-1.3.8.tar.bz2
/scribus-1.4.1.tar.xz.asc
/scribus-1.4.2-free.tar.xz
/scribus-1.4.3-free.tar.xz
/scribus-1.4.4-free.tar.xz

3
make-free-archive.sh Normal file → Executable file
View File

@ -34,6 +34,9 @@ rm resources/swatches/givelife_colors_license.rtf
rm resources/swatches/Federal_Identity_Program.xml
# Remove non-free (CC-BY-SA-NC) dot files
rm resources/editorconfig/dot.*
popd
echo "Creating sources ..."

View File

@ -35,3 +35,14 @@ Index: scribus-1.4.2/scribus/profiles/CMakeLists.txt
-srgb.license
DESTINATION ${SHAREDIR}profiles
)
diff -up scribus-1.4.4/resources/editorconfig/CMakeLists.txt.no-dot scribus-1.4.4/resources/editorconfig/CMakeLists.txt
--- scribus-1.4.4/resources/editorconfig/CMakeLists.txt.no-dot 2014-06-06 17:22:12.258966553 -0400
+++ scribus-1.4.4/resources/editorconfig/CMakeLists.txt 2014-06-06 17:22:16.326936717 -0400
@@ -12,7 +12,6 @@ gnuplot.png
300_lilypond.xml
lilypond.png
400_dot.xml
-dot.svg
500_povray.xml
povray_32.png

View File

@ -1,6 +1,6 @@
Name: scribus
Version: 1.4.3
Release: 3%{?dist}
Version: 1.4.4
Release: 1%{?dist}
Summary: DeskTop Publishing application written in Qt
@ -142,6 +142,9 @@ update-desktop-database &> /dev/null || :
%changelog
* Fri Jun 6 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.4-1
- update to 1.4.4, drop non-free dot files
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 1.4.3-3
- Rebuild for boost 1.55.0

View File

@ -1 +1 @@
f63f615842f05fb36cd5401bcaa54386 scribus-1.4.3-free.tar.xz
1373e797409c1d6477a1f3cb9d061d0e scribus-1.4.4-free.tar.xz